go/types.Checker.chanElem (method)
3 uses
go/types (current package)
expr.go#L150: if elem := check.chanElem(x, x, true); elem != nil {
expr.go#L197: func (check *Checker) chanElem(pos positioner, x *operand, recv bool) Type {
stmt.go#L471: if elem := check.chanElem(inNode(s, s.Arrow), &ch, false); elem != nil {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)